Skip to content

Add Item #6 from the book #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jul 10, 2024
Merged

Add Item #6 from the book #7

merged 8 commits into from
Jul 10, 2024

Conversation

rjmurillo
Copy link
Owner

Adds analyzer and code fix for prefering nameof to a string literal

Implements BillWagner/EffectiveCSharpAnalyzers#6

@rjmurillo rjmurillo added documentation Improvements or additions to documentation releasable feature labels Jul 10, 2024
Copy link

codacy-production bot commented Jul 10, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+10.94% (target: -1.00%) 90.59%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (4125c5c) 144 88 61.11%
Head commit (5cc828b) 229 (+85) 165 (+77) 72.05% (+10.94%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#7) 85 77 90.59%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences


🚀 Don’t miss a bit, follow what’s new on Codacy.

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@rjmurillo rjmurillo added this to the vNext milestone Jul 10, 2024
@rjmurillo rjmurillo self-assigned this Jul 10, 2024
@rjmurillo rjmurillo enabled auto-merge (squash) July 10, 2024 07:21
@rjmurillo rjmurillo disabled auto-merge July 10, 2024 16:02
@rjmurillo rjmurillo merged commit c5c2e19 into main Jul 10, 2024
6 of 7 checks passed
@rjmurillo rjmurillo deleted the feature/rule-6 branch July 10, 2024 16:03
@rjmurillo rjmurillo linked an issue Jul 30, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzers documentation Improvements or additions to documentation releasable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Item 6: Avoid String-ly Typed APIs
1 participant